A. 32 and 64
B. 64 and 64
C. 32 and 32
D. 64 and 32
Advertisement
Related Mcqs:
- What will the output of the following program? public class Test{ public static void main(String args[]){float f = (1 / 4) * 10; int i = Math.round(f); System.out.println(i); } } ?
- A. 0 B. 1 C. 2 D. 3...
- Java is a _______________language?
- A. moderate typed B. strogly typed C. weakly typed D. none of these...
- How many transaction isolation levels are defined in java.sql.Connection interface ?
- A. 6 B. 2 C. 5 D. 3...
- Size of int in Java is_________________?
- A. 8 bit B. 16 bit C. 32 bit D. 64 bit...
- Which of the following command is used to compile the Java program ?
- A. java B. javac C. javap D. none of these...
- In Java, the word true is ___________________?
- A. A Boolean literal B. A Java keyword C. Same as value 0 D. Same as value 1...
- Which among following classes is not part of Java’s collection framework ?
- A. Stack B. Maps C. Queue D. Array...
- _________ allows java code to run in the JVM to call and be called by native applications ?
- A. JNI B. FJI C. NJI D. JFI...
- Automatic type conversion in Java takes place when________________?
- A. Two type are compatible and size of destination type is equal of source type. B. Two type are compatible and size of destination type is larger than source type. C. Two type are compatible and size of destination type is shorter than source type. D. All of the above...
- Smallest individual unit in java program is known as____________________?
- A. token B. string C. literal D. operator...
Advertisement